home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / dmalloc.zip / INSTALL.LIB / SAMPLE / README < prev   
Text File  |  1992-11-01  |  2KB  |  65 lines

  1.  
  2.  
  3.    WELCOME to the DMalloc (tm) version 1.0 demo!
  4.  
  5.  
  6.    The DMalloc demo consists of:
  7.  
  8.       SAMPLE\DEMO.BAT         | Batch and text file to start the demo
  9.       SAMPLE\DEMO.TXT         |
  10.       SAMPLE\DMLDEMO.EXE      | Disk version only (no BBS)
  11.                               |    Ready to run demo program
  12.  
  13.       SAMPLE\MODULE1.C        | The demo program source files
  14.       SAMPLE\MODULE2.C        |
  15.       SAMPLE\MODULE3.C        |
  16.       SAMPLE\DEMOTXT.C        |
  17.       SAMPLE\DEMO.H           |
  18.       SAMPLE\MAKEFILE         | Make file for MSC 5.1 and 6+
  19.       SAMPLE\DMLDEMO.MAK      | MSC 7 PWB project file
  20.       SAMPLE\DMLDEMO.STS      | MSC 7 PWB session settings
  21.       SAMPLE\README           | Instructions how to build the demo program
  22.                               | (this file)
  23.  
  24.  
  25.    With MSC 5.1 and 6+, use the MAKEFILE make file to compile
  26.    the demo program. Please make sure that DMALLOC.LIB and
  27.    DMALLOC.H are either in the current directory, or available
  28.    in the LIB and INCLUDE paths.
  29.  
  30.    To compile the demo, type
  31.  
  32.       MAKE MAKEFILE  [Enter]
  33.  
  34.    at the DOS command prompt. This will compile and link the DMLDEMO.EXE
  35.    program, complete with CodeView information.
  36.  
  37.    ----------
  38.  
  39.    With MSC 7 PWB, use the DMLDEMO.MAK project file to compile
  40.    the demo project. For your convenience, the session set-
  41.    tings file is included (DMLDEMO.STS).
  42.  
  43.    Proceed as follows:
  44.  
  45.    Open and rebuild the DMLDEMO project:
  46.  
  47.       Menu Project
  48.          Open Project: DMLDEMO.MAK
  49.          Rebuild All
  50.  
  51.    This will compile the DMLDEMO.EXE program, complete with CodeView
  52.    information.
  53.  
  54.    ----------
  55.  
  56.    To run the demo program, simply type
  57.  
  58.       DEMO [Enter]
  59.  
  60.    at the DOS command prompt.
  61.  
  62.  
  63.  
  64.  
  65.